Click or drag to resize

SearchMailboxesResponse Class

Class SearchMailboxesResponse.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeResponse
    Independentsoft.ExchangeSearchMailboxesResponse

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class SearchMailboxesResponse : Response

The SearchMailboxesResponse type exposes the following members.

Properties
  NameDescription
Public propertyDescriptiveLinkKey
Currently unused and is reserved for future use.
(Inherited from Response.)
Public propertyFailedMailboxes
Gets the failed mailboxes.
Public propertyItemCount
Gets the item count.
Public propertyItems
Gets the items.
Public propertyKeywordStatisticsSearchResults
Gets the keyword statistics search results.
Public propertyMailboxQueries
Gets the mailbox queries.
Public propertyMailboxStatisticsItems
Gets the mailbox statistics items.
Public propertyMessage
Provides a text description of the status of the response.
(Inherited from Response.)
Public propertyPageItemCount
Gets the page item count.
Public propertyPageItemSize
Gets the size of the page item.
Public propertyRefiners
Gets the refiners.
Public propertyResponseClass
Represents the status of the response.
(Inherited from Response.)
Public propertyResponseCode
Provides an error code that identifies the specific error that the request encountered.
(Inherited from Response.)
Public propertyResultType
Gets the type of the result.
Public propertyServerVersionInfo
Represents the Microsoft Exchange Server version number.
(Inherited from Response.)
Public propertySize
Gets the size.
Public propertyXmlMessage
Provides additional error response information.
(Inherited from Response.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also